home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / gnustep-common / ANNOUNCE next >
Encoding:
Text File  |  2010-05-08  |  1.7 KB  |  64 lines

  1. 1 Announcement
  2. **************
  3.  
  4. The GNUstep Makefile Package version 2.4.0 is now available.
  5.  
  6. 1.1 What is the GNUstep makefile package?
  7. =========================================
  8.  
  9. The makefile package is a simple, powerful and extensible way to write
  10. makefiles for a GNUstep-based project.  It allows the user to write a
  11. project without having to deal with the complex issues associated with
  12. configuration, building, installation, and packaging.  It also allows
  13. the user to easily create cross-compiled binaries.
  14.  
  15. 1.2 Changes in version `2.4.0'
  16. ==============================
  17.  
  18.    * Add -enable-objc-nonfragile-abi flag
  19.  
  20.    * New serial-subdirectories.make and parallel-subdirectories.make.
  21.  
  22.    * Support for parallel building of subdirectories.
  23.  
  24.    * Support for parallel building of different instances.
  25.  
  26.    * Support source files in subdirectories without using a subproject.
  27.  
  28.    * Support header files in sub-subdirectories.
  29.  
  30.    * Batch-compile Java files (much faster).
  31.  
  32.    * Changed default compilation flags to -O2 -g.
  33.  
  34.    * Fixes for building documentation.
  35.  
  36.    * Renamed info files to prevent conflicts.
  37.  
  38.    * Updated cygwin support.
  39.  
  40. 1.3 Changes in version `2.2.0'
  41. ==============================
  42.  
  43.    * New -with-objc-lib-flag for specifying libobjc.
  44.  
  45.    * Automatically uses -lobjc_gc with configured with garbage
  46.      collection
  47.  
  48.    * Parallel building supported using e.g. make -j 2
  49.  
  50.    * Use install -p if available.
  51.  
  52.    * make uninstall works better now.
  53.  
  54. 1.4 Obtaining gnustep-make
  55. ==========================
  56.  
  57. You can get the gstep-make-2.4.0.tar.gz distribution file at
  58. `ftp://ftp.gnustep.org/pub/gnustep/core'
  59.  
  60.    Please log bug reports on the GNUstep project page
  61. `http://savannah.gnu.org/bugs/?group=gnustep' or send bug reports to
  62. <bug-gnustep@gnu.org>.
  63.  
  64.